home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / blobz.swf / scripts / DefineButton2_173 / BUTTONCONDACTION on(keyPress o).as next >
Text File  |  2008-08-08  |  151b  |  8 lines

  1. on(keyPress "o"){
  2.    if(_root.redKey != "Up" && !_root.blueBlown && !_root.redBlown)
  3.    {
  4.       redCounter++;
  5.       _root.redKey = "Up";
  6.    }
  7. }
  8.